chore(deps): update all non-major dependencies #3004
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.2.67
->0.2.68
1.9.2
->1.9.3
1.42.0
->1.44.0
4.5.18
->4.5.19
v0.0.0-00010101000000-000000000000
->v0.376.1
v1.31.0
->v1.32.0
v1.27.39
->v1.27.41
v1.17.37
->v1.17.39
v1.54.3
->v1.55.0
v1.36.3
->v1.37.0
v1.33.3
->v1.34.0
v1.21.0
->v1.22.0
1.23.1
->1.23.2
v0.29.0
->v0.30.0
v0.25.0
->v0.26.0
v0.24.0
->v0.25.0
v0.18.0
->v0.19.0
v0.25.0
->v0.26.0
1.35.0
->1.36.0
9.11.0
->9.12.0
Release Notes
nektos/act (act)
v0.2.68
Changelog
New Features
013c0d4
feat: generate a manual page automatically with cobra/doc (#2352)Other
03a4480
chore: bump VERSION to 0.2.6826f132f
build(deps): bump github.com/rhysd/actionlint from 1.7.1 to 1.7.3 (#2477)6657fca
build(deps): bump github.com/creack/pty from 1.1.21 to 1.1.23 (#2468)a34d9c6
run_context: add GITHUB_RUN_ATTEMPT (#2458)be89cbc
Fix install sh usage (#2454)2e117a4
bug/issue #2448 - manage special bash options when no shell is defined (#2449)biomejs/biome (biome)
v1.9.3
CLI
New features
GritQL queries that match functions or methods will now match async functions or methods as well.
If this is not what you want, you can capture the
async
keyword (or its absence) in a metavariable and assert its emptiness:Contributed by @arendjr
Bug fixes
Fix #4077: Grit queries no longer need to match the statement's trailing semicolon. Contributed by @arendjr
Fix #4102. Now the CLI command
lint
doesn't exit with an error code when using--write
/--fix
. Contributed by @ematipicoConfiguration
Bug fixes
noLabelWithoutControl
options where incorrectly marked as mandatory. Contributed by @ematipicoEditors
Formatter
Bug fixes
Fix #3924 where GraphQL formatter panics in block comments with empty line. Contributed by @vohoanglong0107
Fix a case where raw values inside
url()
functions weren't properly trimmed.Contributed by @ematipico
Fixed #4076, where a media query wasn't correctly formatted:
Contributed by @blaze-d83
JavaScript API
Bug fixes
Linter
New features
Add noDescendingSpecificity. Contributed by @tunamaguro
Add noNestedTernary. Contributed by @kaykdm
Add noTemplateCurlyInString. Contributed by @fireairforce
Add noOctalEscape. Contributed by @fireairforce
Enhancements
Add an option
reportUnnecessaryDependencies
to useExhaustiveDependencies.Defaults to true. When set to false, errors will be suppressed for React hooks that declare dependencies but do not use them.
Contributed by @simon-paris
Add an option
reportMissingDependenciesArray
to useExhaustiveDependencies. Contributed by @simon-parisBug fixes
noControlCharactersInRegex no longer panics on regexes with incomplete escape sequences. Contributed by @Conaclos
noMisleadingCharacterClass no longer reports issues outside of character classes.
The following code is no longer reported:
Contributed by @Conaclos
noUndeclaredDependencies no longer reports Node.js builtin modules as undeclared dependencies.
The rule no longer reports the following code:
Contributed by @Conaclos
noUnusedVariables no longer panics when suggesting the renaming of a variable at the start of a file (#4114). Contributed by @Conaclos
noUselessEscapeInRegex no longer panics on regexes that start with an empty character class. Contributed by @Conaclos
noUselessStringConcat no longer panics when it encounters malformed code. Contributed by @Conaclos
noUnusedFunctionParameters no longer reports unused parameters inside an object pattern with a rest parameter.
In the following code, the rule no longer reports
a
as unused.This matches the behavior of noUnusedVariables.
Contributed by @Conaclos
useButtonType no longer reports dynamically created button with a valid type (#4072).
The following code is no longer reported:
Contributed by @Conaclos
useSemanticElements now ignores elements with the
img
role (#3994).MDN recommends using
role="img"
for grouping images or creating an image from other elements.The following code is no longer reported:
Contributed by @Conaclos
useSemanticElements now ignores
alert
andalertdialog
roles (#3858). Contributed by @ConaclosnoUselessFragments don't create invaild JSX code when Fragments children contains JSX Expression and in a LogicalExpression. Contributed by @fireairforce
Parser
Bug fixes
bufbuild/buf (buf)
v1.44.0
PROTOVALIDATE
lint rule to check example field options. Examples will be checked thatthey satisfy the field constraints, and are only present if constraints are present.
PROTOVALIDATE
lint rule to check predefined rules. Predefined rules will be checkedthat they compile.
.wasm
file extension to specify a path to a Wasm plugin.v1.43.0
buf beta lsp
.clap-rs/clap (clap)
v4.5.19
Compare Source
Internal
TBD54566975/ftl (github.com/TBD54566975/ftl)
v0.376.1
Compare Source
Changelog
0b7e64d
chore: make schema.posFromProto public (#2939)23842d7
fix: verb call order (#2940)v0.376.0
Compare Source
Changelog
d55777e
chore: configurable provisioners in ftl-provisioner (#2925)c240d36
chore: update docs to include more JVM examples (#2922)d7dc0b0
feat: add cron go+java examples (#2930)ca26e99
feat: allow language plugins to expose flags for module creation (#2924)ad9c942
feat: isolate hardcoded language support (#2796)091a2c4
feat: node identity part 2 (#2905)69c8505
fix: FTL truncating output (#2909)a26bcf9
fix: actually set the removed state (#2926)44bb5e5
fix: don't dump schema on migration (#2923)e018a6c
fix: format generated ftl.types.go file (#2927)c3b28dc
fix: missing types in genned files (#2933)86b5174
fix: panic on exit (#2908)24e2d87
fix: prevent possible busy loop (#2920)7537b49
fix: rebuild dependent modules when new module detected (#2929)b51e3b3
fix: remove smoketest from root ftl-project.toml (#2928)eaf08b2
fix: user errors are not logged (#2919)53d08d1
refactor: remove ftl.Call (#2932)v0.375.0
Compare Source
Changelog
7a3b45c
chore(deps): update all non-major dependencies (#2889)eb26d04
chore: consoleservice: add messages for the remaining decl types (#2906)5bac043
chore: consolidate CODEOWNERS (#2914)6aa5993
feat: add shared event list and use in verb page (#2903)a416149
feat: automatically configure istio (#2818)dce6a18
feat: exemplar scaffolding and integration test 1/3 (#2763)55033f1
fix: check in types.ftl.go to avoid go.mod weirdness (#2915)4afe64e
fix: don't cache SNAPSHOT versions (#2912)fdf9731
fix: fix smoke test to build Java (#2910)51053ac
fix: ftl dev failing from go.mod files (#2911)6275fac
fix: remove module from status line (#2907)3d5da1f
fix: remove module from status line (#2916)v0.374.0
Compare Source
Changelog
17c835c
chore(deps): update all non-major dependencies (#2888)b4a611d
chore(deps): update all non-major dependencies to v3.15.1 (#2890)29ed169
chore: allow "pnpm install" to be run as a post-upgrade command (#2898)9404a8c
chore: integrate ftl-provisioner with ftl serve (#2896)13ed969
chore: integration test option to useftl-provisioner
(#2892)213b991
chore: update docs for injected verb clients (#2878)647858f
feat: add "ftl bench" command (#2884)67f2db1
feat: add decl type filter + collapse all button to console's module tree (#2859)4ebc30b
feat: update ftltest for injected verb clients (#2877)1ddd583
feat: use "scratch" base image for ftl-controller (#2893)94c0737
fix: expand and scroll to decl on click (#2876)68aa44b
fix: imports for non-referenced external types (#2880)9948608
fix: minor tweaks to module type filter (#2879)102c6ee
fix: update type spacing rules (#2874)612d5d7
fix: we are no longer advertising runners after they are pulling from the controller (#2901)v0.373.1
Compare Source
Changelog
9f72cf6
fix: write timeline events to the DB in async batches (#2873)v0.373.0
Compare Source
Changelog
6bd2cc9
chore: add some CODEOWNERS (#2864)da270ae
chore: add teams for the various subsystems (#2867)1bcd040
chore: fix TestDiscoverModules flakiness (#2872)0e4d7f6
chore: fix todo for validation using reflect (#2849)8888126
feat: add "ftl profile ..." command tree (#2862)cee6c95
feat: set DB con TTL to 1m (#2869)06cd968
fix: cache HTTP routes (#2868)v0.372.4
Compare Source
Changelog
468b2c3
fix: external types in go genned files (#2861)909706c
fix: just dev now works (#2855)v0.372.3
Compare Source
Changelog
2b41d79
fix: don't export callees when callers are exported (#2856)v0.372.2
Compare Source
Changelog
bd87c59
fix: legacy call metadata (#2853)v0.372.1
Compare Source
Changelog
1bba467
fix: generated names (#2852)v0.372.0
Compare Source
Changelog
4ad4d48
chore: figure out what is going on with the panic (#2851)6ea0075
chore: ftlDebug -> ftl-debug (#2831)9b44784
chore: make ftl-provisioner compatible with buildengine DeployClient (#2838)d4bdbf5
chore: refactoring (#2841)83a26fd
chore: report file location of the integration test that failed (#2834)efddff9
chore: switch a couple of log lines to debug (#2832)ccac623
feat: add UpdateDeploy to DeployClient (#2836)13fa198
feat: enforce FTL name rules in JVM (#2835)ef6056f
feat: support injected verb clients in Go (#2828)80ad0a3
fix: build failed indicator (#2850)e7250c3
fix: empty line at end of output (#2847)6b1db3b
fix: prevent initial newline (#2844)e577c0c
fix: scheduled tasks should not derive names (#2840)b980c86
fix: schema sync is broken (#2843)v0.371.0
Compare Source
Changelog
61ccd16
chore: add ftlDebug script (#2742)1297472
chore: simple in memory provisioning scheduler (#2815)94b75cd
feat: parent span for polling operations (#2829)731e56a
feat: send ingress requests via http (#2825)435c857
fix: move schema retrieval out of the hot path (#2830)17c5a6d
fix: remove accidental file (#2826)90f3b32
fix: stop schema dumps (#2827)v0.370.0
Compare Source
Changelog
9fa19e7
chore(deps): lock file maintenance (#2777)e3e2cb1
chore(deps): update all non-major dependencies (#2772)3fd576d
chore(refactor): add utils for timeline and requests (#2800)bda7e15
chore: create seperate renovate PRs (#2813)7fe2fca
chore: upgrade Quarkus (#2812)093902a
feat: Extract comments from Java code (#2788)36a7d27
feat: add tracing for HTTP ingress (#2776)f94cbb1
feat: add verb predictor (#2797)2f4b678
feat: deterministically set the colour of log scopes (#2814)294535d
feat: facelift to console schema snippets (#2804)57eea5b
feat: improve status colors (#2817)a30513f
feat: instrument app DBs (#2792)164cb5b
feat: print time taken to start (#2784)915f07d
feat: traces page and basic setup (#2764)98794aa
feat: update terminal status indicators (#2820)8e258b6
fix: add JVM HTTP tests and fix a bug (#2794)c1a01c1
fix: avoid race when allocating ports (#2781)05006b4
fix: build errors logged at info (#2782)fb5c766
fix: console module tree: rip out disclosure button to fix all the state consistency bugs (#2811)4cdc96f
fix: disallow non-static inner classes (#2780)431a19e
fix: don't panic on CLI error (#2816)2b4c51f
fix: duplicate schema elements in console (#2783)82c5898
fix: include raw response body (#2778)c910edd
fix: local scaling panic (#2795)93de931
fix: panic in schema watch (#2824)e2c54bc
fix: panic on shutdown (#2810)d8af883
fix: remove accidental debugging code (#2823)2580e66
fix: rolling deployments race (#2790)06a05f5
fix: stack trace exiting interactive console (#2786)80d399f
fix: super tiny fix to tab count indicators (#2801)20a114b
fix: update cli status icons (#2806)a1df570
fix: update verb page contents on declName change (#2808)9a4944d
refactor: Initial db table and api for identity keys (#2771)a38cf8c
refactor: pull pubsub DAL/SQL out of controller (#2798)4b74557
refactor: simplify terminal.KongContextBinder (#2819)v0.369.0
Compare Source
Changelog
9003ae3
chore: add a call through ftl-provisioner service (#2747)8f81947
chore: refactor go-runtime build (#2745)58df201
chore: use docker compose for otel-collector in Justfile (#2768)eff0336
feat: DB connection pool sizing (#2779)73462c6
feat: add interative console to FTL dev (#2758)e4b9646
feat: make trace graph generic and show ingree events (#2761)9df10ca
fix: ftl dev crashes with OTEL enabled (#2767)cab56b0
refactor: make encryption/dal internal (#2769)7e5a3fa
refactor: move cronjobs/dal to internal (#2770)70c9b44
refactor: rename leases/dal to leases/dbleaser (#2774)v0.368.1
Compare Source
Changelog
33de729
fix: fix release (#2756)v0.368.0
Compare Source
v0.367.0
Compare Source
Changelog
4546243
chore(deps): update dependency @chromatic-com/storybook to v2 (#2679)c94d3a9
chore(refactor): add ingress event type and refactor timeline (#2719)92ea9e9
chore: add a planning endpoint to the provisioner plugins (#2717)98f2491
chore: integration test for rolling deployment (#2715)bfc85f3
feat: Provisioner Plugin POC (#2716)e8ad733
feat: add status display (#2721)8184741
feat: automatic debugging support (#2699)eb23cdd
feat: bash completion (#2726)b805ee8
fix: JVM Map value type extraction (#2658)a89bf83
fix: restore deployed log (#2722)a8bb1c1
refactor: move provisioner binaries directly under cmd + add script symlinks (#2718)v0.366.0
Compare Source
Changelog
2e719cf
chore: remove Page.Header console component (#2712)a0e0272
feat: interactive CLI (#2713)97ba901
feat: rolling deployments (#2705)8c0526b
feat: show schema snippets on hover of decl links in the console (#2706)c19246a
fix: console background color scroll bug (#2709)d3c2947
fix: restore kube health check (#2711)v0.365.0
Compare Source
Changelog
39ed291
feat: service based load balancing (#2702)284d5e1
fix: run pnpmDedupe after renovate update (#2704)v0.364.1
Compare Source
Changelog
53f1e8b
chore(deps): update dependency chokidar to v4 (#2680)b8c4d4f
chore(rename): rename controller table to controllers (#2700)8f78ebf
fix: re-enable kube test when run-all is present (#2701)v0.364.0
Compare Source
Changelog
d5c6a82
chore(deps): update all non-major dependencies (#2676)4ab53cc
chore: remove some screenreader support that had upset the linter (#2696)1dc1678
feat: remove runner state (#2686)9a33881
fix: correct service owner references ([#2691](https:/Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.